home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the textFont of field 59 to "Geneva"
- set the textSize of field 59 to 12
- repeat with x = 1 to 39
- set the text of field 59 to the text of field 59 & char x of the text of field 58
- puppetSound("tick")
- updateStage()
- idle()
- startTimer()
- repeat while the timer < 5
- idle()
- end repeat
- end repeat
- puppetSound(0)
- updateStage()
- go(the frame + 1)
- end
-